Last active
September 22, 2020 08:42
-
-
Save welshstew/18daaa1d0693b8109c604cdf3319a3d3 to your computer and use it in GitHub Desktop.
argocd custom dpeloy with openshift oauth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: argoproj.io/v1alpha1 | |
| kind: ArgoCD | |
| metadata: | |
| namespace: argocd | |
| name: argocd | |
| spec: | |
| server: | |
| route: | |
| enabled: true | |
| rbac: | |
| policy: | | |
| g, system:cluster-admins, role:admin | |
| dex: | |
| image: quay.io/ablock/dex | |
| openShiftOAuth: true | |
| version: openshift-connector |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment