We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a96300 commit 41a74e1Copy full SHA for 41a74e1
charts/gateway/templates/secrets.yaml
@@ -1,7 +1,9 @@
1
apiVersion: v1
2
kind: Secret
3
metadata:
4
- name: {{ include "trino-gateway.fullname" . }}-configuration
+ name: {{ include "trino-gateway.fullname" . }}-configuration
5
+ labels:
6
+ {{- include "trino-gateway.labels" . | nindent 4 }}
7
type: "Opaque"
8
data:
- config.yaml: "{{toYaml .Values.config | b64enc}}"
9
+ config.yaml: {{ .Values.config | toYaml | b64enc | quote }}
0 commit comments