Skip to content

Commit

Permalink
ci: values.globals.podAnnotations (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 29, 2023
1 parent b069c22 commit 39db943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/quickstart-openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ global:
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
openshiftImageRegistry: "image-registry.openshift-image-registry.svc:5000"
databaseAlias: bitnami-pg # this is the alias for bitnami postgres, change it based on db type(crunchy,patroni...) and alias used in the chart.
podAnnotations: |
app.kubernetes.io/timestamp: {{now | toString }}
backend:
enabled: true
Expand Down

0 comments on commit 39db943

Please sign in to comment.