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 16, 2024
1 parent 08843b9 commit fae5db1
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 @@ -80,7 +80,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 fae5db1

Please sign in to comment.