Skip to content

Commit

Permalink
Random envar to ensure rollouts happen
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 4, 2024
1 parent d70e1a4 commit b49119c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ parameters:
- name: CERT_PVC_SIZE
description: The amount of storage the cert PVC should have
value: 25Mi
- name: RANDOM_EXPRESSION
description: Random expression to make sure deployments update
from: "[a-zA-Z0-9]{32}"
generate: expression
objects:
- kind: Secret
apiVersion: v1
Expand Down Expand Up @@ -130,6 +134,8 @@ objects:
key: oracle-secret
- name: ORACLEDB_PORT
value: "1543"
- name: RANDOM_EXPRESSION
value: ${RANDOM_EXPRESSION}
volumeMounts:
- name: ${NAME}-${ZONE}-${COMPONENT}
mountPath: /cert
Expand Down

0 comments on commit b49119c

Please sign in to comment.