Skip to content
Snippets Groups Projects
Commit 00cf24e2 authored by Rob Kooper's avatar Rob Kooper
Browse files

yaml format error

parent 9271a0b0
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ spec:
stringData:
os-authURL: {{ .Values.openstack.auth_url | quote }}
os-region: {{ .Values.openstack.region | quote }}
os-applicationCredentialID={{ .Values.openstack.credential_id | quote }}
os-applicationCredentialSecret={{ .Values.openstack.credential_secret | quote }}
os-applicationCredentialID: {{ .Values.openstack.credential_id | quote }}
os-applicationCredentialSecret: {{ .Values.openstack.credential_secret | quote }}
- apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment