Skip to content

Commit

Permalink
Merge pull request #583 from computate/prod-htpasswd
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks authored Oct 25, 2024
2 parents 3a00c55 + 98495f2 commit 1109eb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cluster-scope/overlays/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ components:
- ../../components/nerc-oauth-keycloak
- ../../components/nerc-oauth-github
- ../../components/resourcequotas/ope-course-quota
- ../../components/nerc-oauth-htpasswd

# this must come last in order to apply
# to all resources.
Expand Down Expand Up @@ -122,6 +123,13 @@ patches:
- op: replace
path: /spec/data/0/remoteRef/key
value: nerc/nerc-ocp-prod/openshift-config/github-client-secret
- target:
kind: ExternalSecret
name: oauth-htpasswd
patch: |
- op: replace
path: /spec/data/0/remoteRef/key
value: nerc/nerc-ocp-prod/openshift-config/oauth-htpasswd
- target:
kind: APIServer
name: cluster
Expand Down

0 comments on commit 1109eb6

Please sign in to comment.