Skip to content

Commit

Permalink
Merge pull request #245 from swickersh/cgw-environment-token
Browse files Browse the repository at this point in the history
fix(KFLUXSPRT-794): pass content-gateway token as env var
  • Loading branch information
scoheb authored Dec 4, 2024
2 parents c62c743 + c9ac59e commit ee68670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal-services/catalog/pulp-push-disk-images-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
secretKeyRef:
name: $(params.cgwSecret)
key: username
- name: CGW_TOKEN
- name: CGW_PASSWORD
valueFrom:
secretKeyRef:
name: $(params.cgwSecret)
Expand Down

0 comments on commit ee68670

Please sign in to comment.