GPU-Live/template/stg-server/ddn/ddn-install-running/exa-csi-driver-2.3.5/deploy/helm-chart/templates/config.yaml

10 lines
286 B
YAML

# This secret is used to set the initial credentials of the node container.
apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.secretName }}
namespace: {{ .Release.Namespace }}
type: "Opaque"
data:
exascaler-csi-file-driver-config.yaml: {{ .Values.config | toYaml | b64enc }}