This message was deleted.
# fleet
a
This message was deleted.
a
a
oh ho
Thank you
I've been doing some fair bit of Googling and LLM'ing but I'm finding it difficult to find the key values needed to get the pieces going. Is it a skill issue or are these information just hard to find?
c
helm show values repo/chart-name generally does the trick. However, that just gives you all the values. So it might not necessarily be a guide unless you generally understand what they all mean in the first place. What are the specific errors you are seeing with the deployment?
a
I gotta re-deploy the thing that was having a problem. It was just getting wedged when I put in my clusterflow yaml
Copy code
apiVersion: <http://logging.banzaicloud.io/v1beta1|logging.banzaicloud.io/v1beta1>
kind: ClusterOutput
metadata:
  name: monitoring-co
  annotations:
    {}
    #  key: string
  labels:
    {}
    #  key: string
  namespace: cattle-logging-system
  spec:
    syslog:
        buffer:
            timekey_use_utc: true
    format:
      type: json
    host: SOME_HOST
    port: SOME_PORT
    transport: tcp
this was my template - SOME_HOST and SOME_PORT is just my company's specific setting in string