Skip to content

Commit

Permalink
fix: 🐛 Fix ingresses + comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-montagne committed May 9, 2023
1 parent 5b8911f commit d2a5f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/argocd/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{{ ca_pem | indent(width=8, first=False) }}
{% endif %}
users.anonymous.enabled: "false"
admin.enabled: "true" # TODO variabilize
admin.enabled: "false" # TODO variabilize
resource.exclusions: |
- apiGroups:
- tekton.dev
Expand Down
1 change: 1 addition & 0 deletions roles/harbor/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
helm_values: |
expose:
type: ingress
certSource: secret
tls:
enabled: true
ingress:
Expand Down
4 changes: 2 additions & 2 deletions roles/socle-config/files/socle-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WARNING: DO NOT EDIT THIS FILE DIRECTLY, EDIT "cluster-infra/socle-config" CONFI
# Do you want to inject a CA in tools ?
# list the resources to inject
# if key is not provided it loads all keys
# resources must available in all namespaces
# resources must be available in all namespaces
additionals_ca: []
# - kind: ConfigMap
# name: ca-cert
Expand All @@ -26,7 +26,7 @@ ingress:
email: yourpersonal@email.com
# https://cert-manager.io/docs/configuration/ca/
ca:
secretName: a-secret-available # in cert-manager namesapce
secretName: a-secret-available # in cert-manager namespace
annotations: {} # map<string>: string
labels: {} # map<string>: string

Expand Down

0 comments on commit d2a5f8a

Please sign in to comment.