Gábor Tóth

Results 15 comments of Gábor Tóth

Dear @lkingland , Thank you very much for your answer! :)

Hello @houshengbo! Sure. in values.yaml ```YAML knative_operator: knative_operator: image: gcr.io/knative-releases/knative.dev/operator/cmd/operator tag: v1.13.1 customCm: # Added this enabled: false # And this ``` In templates/operator.yaml ```YAML apiVersion: apps/v1 kind: Deployment metadata:...

There are a lot of configmaps but this is a simple example how I would use it ```YAML domainconfig: ovverrideenabled: overrideconfigcontent: | multilinecontent multilinecontent ``` And the the content of...