Skip to content

Commit

Permalink
hotfix: added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 20, 2024
1 parent 1aa2583 commit 1536f45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/production/skaffold.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ manifests:
- k8s/production/aztec-listener/service.yaml
- k8s/production/postgres/persistant-volume.yaml
- k8s/production/postgres/persistant-volume-claim.yaml
- k8s/production/cert-manager/cert-production.yaml
#TODO: Automate this command
#- k8s/production/cert-manager/cert-production.yaml
helm:
releases:
- name: cert-manager
Expand Down Expand Up @@ -101,6 +102,7 @@ manifests:
image.debug: true
primary.persistence.enabled: true
primary.persistence.existingClaim: "postgres-pvc"
primary.persistence.storageClass: "do-block-storage"
volumePermissions.enabled: true
namespace: chicmoz-prod
createNamespace: false
Expand Down

0 comments on commit 1536f45

Please sign in to comment.