Skip to content

Commit

Permalink
ci: update mirror
Browse files Browse the repository at this point in the history
fix(argocd): try using empty secretKey to prevent loop
  • Loading branch information
iamKunal authored and github-actions[bot] committed Mar 16, 2023
1 parent d2d9f1f commit da2f3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/argocd/templates/argocd-password-external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ spec:

target:
name: argocd-secret
creationPolicy: Merge
{{/* creationPolicy: Merge*/}}
template:
engineVersion: v2
data:
"admin.password": '{{`{{ htpasswd "admin" (.ARGO_UI_ADMIN_PASSWORD) | trimPrefix "admin:" }}`}}'
"admin.passwordMtime": '{{`{{ now | date "2023-03-31T15:45:52IST" }}`}}'
"webhook.github.secret": '{{`{{ .GITHUB_ACTIONS_ARGO_WEBHOOK_SECRET }}`}}'
"server.secretKey": ""

data:
- secretKey: ARGO_UI_ADMIN_PASSWORD
Expand Down
3 changes: 2 additions & 1 deletion apps/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ argo-cd:
params:
server.insecure: true
controller.log.level: debug
secret:
createSecret: false
server:

autoscaling:
maxReplicas: 2
clusterAdminAccess:
Expand Down

0 comments on commit da2f3e0

Please sign in to comment.