Skip to content

Commit

Permalink
fix(KFLUXSPRT-794): pass content-gateway token as env var
Browse files Browse the repository at this point in the history
- Change name of CGW_TOKEN to CGW_PASSWORD
  - This is actually a token, no pw, but the pubtools library expects
    this environment variable name

Signed-off-by: Scott Wickersham <[email protected]>
  • Loading branch information
swickersh authored and scoheb committed Dec 4, 2024
1 parent 804c318 commit c098e26
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 c098e26

Please sign in to comment.