Skip to content

Commit

Permalink
test argo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Apr 22, 2021
1 parent 0c56e01 commit 9443b6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
charts/
Chart.lock
testchart/
12 changes: 12 additions & 0 deletions cluster-init/argoproj/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,18 @@ argo-cd:
extraArgs:
- --insecure
config:
admin.enabled: "false"
url: https://argocd.cajun.pro
application.instanceLabelKey: argocd.argoproj.io/instance
statusbadge.enabled: "true"
ga.trackingid: "G-2KKZYB17DC"
ga.anonymizeusers: "false"
# TODO: public access
# help.chatUrl: "https://discord.gg"
# help.chatText: "Discord"
# users.anonymous.enabled: "true"
# users.session.duration: "24h"
# statusbadge.enabled: "true"
oidc.config: |
name: OIDC
issuer: https://accounts.google.com
Expand Down Expand Up @@ -102,6 +112,8 @@ argo-cd:
policy.csv: |
g, [email protected], role:admin
g, [email protected], role:admin
g, [email protected], role:readonly
g, [email protected], role:readonly
ingress:
enabled: false
annotations:
Expand Down

0 comments on commit 9443b6d

Please sign in to comment.