Skip to content

Commit

Permalink
Merge pull request #41 from replicatedhq/laverya/sc-100087/allow-airg…
Browse files Browse the repository at this point in the history
…ap-kotsadm

allow setting airgap env var
  • Loading branch information
laverya authored Mar 28, 2024
2 parents b113014 + b37e730 commit 51d6378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/kotsadm-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ spec:
value: kotsadm-rqlite,kotsadm-api-node
- name: IS_HELM_MANAGED
value: {{ .Values.isHelmManaged | quote }}
- name: DISABLE_OUTBOUND_CONNECTIONS
value: {{ .Values.isAirgap | quote }}
image: {{ .Values.images.kotsadm }}
imagePullPolicy: IfNotPresent
name: kotsadm
Expand Down
1 change: 1 addition & 0 deletions values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ minimalRBAC: true
isHelmManaged: true
embeddedClusterID: ""
embeddedClusterVersion: ""
isAirgap: false

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 51d6378

Please sign in to comment.