Skip to content

Commit

Permalink
Setting swoop caboose namespace to avoid cluster roles (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin authored Aug 21, 2023
1 parent 753c06b commit ff41550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/swoop-bundle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dependencies:
condition: swoop-api.enabled
version: "0.1.0"
repository: "https://element84.github.io/filmdrop-k8s-helm-charts/"
- name: swoop-caboose
condition: swoop-caboose.enabled
version: "0.1.0"
repository: "https://element84.github.io/filmdrop-k8s-helm-charts/"
# - name: swoop-caboose
# condition: swoop-caboose.enabled
# version: "0.1.0"
# repository: "https://element84.github.io/filmdrop-k8s-helm-charts/"
# - name: swoop-conductor
# condition: swoop-caboose.enabled
# version: "0.1.0"
Expand Down
1 change: 0 additions & 1 deletion charts/swoop-bundle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
nameOverride: ""
fullnameOverride: ""


global:
postgres:
service:
Expand Down
2 changes: 2 additions & 0 deletions charts/swoop-caboose/templates/swoop-caboose-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ spec:
value: {{ $s3Endpoint }}
- name: SWOOP_CONFIG_FILE
value: {{ $swoopConfigFile }}
- name: SWOOP_NAMESPACE
value: {{ .Release.Namespace | quote }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
name: {{ .Values.deployment.name }}
command: ["swoop", "caboose", "argo"]
Expand Down

0 comments on commit ff41550

Please sign in to comment.