2018-09-07 21:45:24 +02:00
|
|
|
# Secret to access microsoft azure blob store
|
2018-09-07 15:13:00 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: abs
|
|
|
|
type: Opaque
|
|
|
|
stringData:
|
|
|
|
storage-account: {{ .Values.abs.account }}
|
|
|
|
storage-key: {{ .Values.abs.accessKey }}
|
|
|
|
cloud: {{ .Values.abs.cloud }}
|