Skip to content

Commit

Permalink
Move S3_SECRETKEY between secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Feb 11, 2025
1 parent 5b2b327 commit b447057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/openshift.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ objects:
app: ${REPO}-${ZONE}
stringData:
ches-client-secret: ${CHE_CLIENT_SECRET}
s3-secretkey: ${S3_SECRETKEY}
- apiVersion: v1
kind: Secret
metadata:
name: ${REPO}-${ZONE}-frontend
labels:
app: ${REPO}-${ZONE}
stringData:
s3-secretkey: ${S3_SECRETKEY}
vite-questions-api-key: ${VITE_QUESTIONS_API_KEY}
vite-user-pools-web-client-id: ${VITE_USER_POOLS_WEB_CLIENT_ID}
- apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit b447057

Please sign in to comment.