Skip to content

Commit 7c39a6b

Browse files
committed
fix(argo-workflows): update docs and fix default deployment
We'll need to do a kustomize overlay so we need to update how the user does that. We also don't need to disable TLS verification by default.
1 parent 382b772 commit 7c39a6b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

apps/site/argo-workflows.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ component: argo
33
sources:
44
- ref: understack
55
path: 'components/argo-workflows'
6-
- ref: deploy
7-
path: '{{.name}}/manifests/argo-workflows'

components/argo-workflows/sso

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ scopes:
2222
- groups
2323
- email
2424
- profile
25-
# RBAC Config. >= v2.12
2625
rbac:
2726
enabled: false
28-
# Skip TLS verify, not recommended in production environments. Useful for testing purposes. >= v3.2.4
29-
insecureSkipVerify: true

docs/deploy-guide/config-argo-workflows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2020
kind: Kustomization
2121

2222
resources:
23+
- https://github.com/rackerlabs/understack.git//components/argo-workflows/?ref=$TAG_OR_main_OR_OTHER_REF
2324
- ingress.yaml
2425

2526
configMapGenerator:

0 commit comments

Comments
 (0)