added repo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "bifrost.fullname" . }}-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "bifrost.labels" . | nindent 4 }}
|
||||
data:
|
||||
config.json: |
|
||||
{{- include "bifrost.config" . | nindent 4 }}
|
||||
Reference in New Issue
Block a user