Skip to content

Commit

Permalink
add back the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Jun 21, 2024
1 parent 3121566 commit 1af9722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm/backend/templates/letsencrypt-issuer-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-production
namespace: {{ .Values.namespace }}
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
Expand Down
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ helm-upgrade imageTag=tag:
--set firebaseAdminAuthCredential=$FIREBASE_ADMIN_AUTH_CREDENTIALS \
--set forexApiKey=$FOREX_API_KEY \
--set image.tag={{imageTag}} \
--set image.repository={{imageRepo}}
--set image.repository={{imageRepo}} \
--set namespace={{namespace}}
# Uninstalls the helm chart
helm-delete:
Expand Down

0 comments on commit 1af9722

Please sign in to comment.