11 lines
235 B
Smarty
11 lines
235 B
Smarty
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: ansible-semaphore-config
|
||
|
namespace: {{- .Values.namespace }}
|
||
|
labels:
|
||
|
{{- include "lib.labels" . | nindent 4}}
|
||
|
type: Opauge
|
||
|
data:
|
||
|
config.json: {{ toJson .Values.config | b64enc }}
|