20 lines
396 B
YAML
20 lines
396 B
YAML
resources:
|
|
- htpass-secret-external.yaml
|
|
|
|
patches:
|
|
- patch: |-
|
|
- op: add
|
|
path: /spec/identityProviders/1
|
|
value:
|
|
htpasswd:
|
|
fileData:
|
|
name: htpass-secret
|
|
mappingMethod: claim
|
|
name: htpasswd
|
|
type: HTPasswd
|
|
target:
|
|
group: config.openshift.io
|
|
kind: OAuth
|
|
name: cluster
|
|
version: v1
|