Skip to content

Commit

Permalink
ocean controller ns env var
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteinnth committed Oct 26, 2023
1 parent 75ddff2 commit ba4e1b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.2
version: 0.4.3
appVersion: 0.4.1
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 2 additions & 0 deletions charts/bigdata-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
value: {{ .Values.spotBaseUrl | quote }}
- name: CHART_VERSION
value: {{ .Chart.Version | quote }}
- name: OCEAN_CONTROLLER_NAMESPACE
value: {{ .Values.oceanControllerNamespace }}
- name: BIGDATA_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
2 changes: 2 additions & 0 deletions charts/bigdata-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ imagePullSecrets: []

spotBaseUrl: "https://api.spotinst.io"

oceanControllerNamespace: ""

serviceAccount:
create: true
annotations: {}
Expand Down

0 comments on commit ba4e1b8

Please sign in to comment.