rancher-partner-charts/charts/kubecost/cost-analyzer/templates/kubecost-agent-secret-templ...

11 lines
250 B
YAML

{{- if .Values.agentKey }}
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: {{ .Values.agentKeySecretName }}
labels:
{{ include "cost-analyzer.commonLabels" . | nindent 4 }}
data:
object-store.yaml: {{ .Values.agentKey }}
{{- end }}