Skip to content

Commit

Permalink
STAGING use staging JWT in kubernetes template
Browse files Browse the repository at this point in the history
  • Loading branch information
staging-kernelci-org committed Jan 29, 2024
1 parent 64704a5 commit 9b99550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime/base/kubernetes.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
valueFrom:
secretKeyRef:
# FIXME: convert to template parameter
name: {{ "kci-api-jwt-early-access" }}
name: {{ "kci-api-jwt-staging" }}
key: token

- name: KCI_STORAGE_CREDENTIALS
Expand Down

0 comments on commit 9b99550

Please sign in to comment.