Skip to content

Commit

Permalink
Update skaffold file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 20, 2024
1 parent e640551 commit 6d70608
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions k8s/production/skaffold.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@ manifests:
helm:
releases:
- name: cert-manager
remoteChart: jetstack/cert-manager
version: 1.13.3
remoteChart: cert-manager
repo: https://charts.bitnami.com/bitnami
version: 1.13.18
namespace: chicmoz-prod
createNamespace: false
recreatePods: false
skipBuildDependencies: false
useHelmSecrets: false
wait: false
valuesFiles:
- k8s/production/cert-manager/cert-production.yaml
- name: ingress-nginx
remoteChart: ingress-nginx
repo: https://kubernetes.github.io/ingress-nginx
Expand Down

0 comments on commit 6d70608

Please sign in to comment.