Skip to content

Commit

Permalink
helm-chart: add new flags
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed May 17, 2023
1 parent 0cfbfb1 commit c77865d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/zora/templates/operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ spec:
- --saas-workspace-id={{ .Values.saas.workspaceID }}
- --saas-server={{ .Values.saas.server }}
- --version={{ .Chart.Version }}
- --checks-configmap-namespace={{ .Release.Namespace }}
- --checks-configmap-name={{ .Values.customChecksConfigMap }}
- --kubexns-image={{ printf "%s:%s" .Values.kubexnsImage.repository .Values.kubexnsImage.tag }}
image: "{{ .Values.operator.image.repository }}:{{ .Values.operator.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.operator.image.pullPolicy }}
ports:
Expand Down
9 changes: 9 additions & 0 deletions charts/zora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,12 @@ scan:
repository: ghcr.io/undistro/popeye
# -- popeye plugin image tag
tag: pr252

kubexnsImage:
# -- kubexns image repository
repository: ghcr.io/undistro/kubexns
# -- kubexns image tag
tag: v0.1.1

# -- Custom checks ConfigMap name
customChecksConfigMap: zora-custom-checks

0 comments on commit c77865d

Please sign in to comment.