Unverified Commit 6735932e authored by Zamir Martins Filho's avatar Zamir Martins Filho
Browse files

feat: remove default value from template and add it to values.yaml

parent 0766298c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ metadata:
    "app.gitlab.com/alert": "true"
{{- end }}
  labels:
    app.gitlab.com/proj: {{ .Values.gitlab.projectID | default "" | quote }}
    app.gitlab.com/proj: {{ .Values.gitlab.projectID | quote }}
{{ include "sharedlabels" . | indent 4}}
spec:
{{ toYaml .Values.ciliumNetworkPolicy.spec | indent 2 }}
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ gitlab:
  env:
  envName:
  envURL:
  projectID:
service:
  enabled: true
  annotations: {}