28 行
662 B
YAML
28 行
662 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChartConfig
|
|
metadata:
|
|
name: flux-operator
|
|
namespace: infra-gitops
|
|
spec:
|
|
valuesContent: |-
|
|
web:
|
|
config:
|
|
baseURL: https://cd.dev.cm
|
|
authentication:
|
|
type: OAuth2
|
|
oauth2:
|
|
provider: OIDC
|
|
issuerURL: https://git.dev.cm
|
|
clientID: "${FLUX_WEB_OIDC_CLIENT_ID}"
|
|
clientSecret: "${FLUX_WEB_OIDC_CLIENT_SECRET}"
|
|
networkPolicy:
|
|
create: false
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
hosts:
|
|
- host: cd.dev.cm
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|