added helmrelease
This commit is contained in:
parent
f6b8e622fc
commit
f50516187d
|
|
@ -1 +1,22 @@
|
||||||
#yes
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: cnpg
|
||||||
|
namespace: cnpg-system
|
||||||
|
spec:
|
||||||
|
interval: 15m
|
||||||
|
releaseName: cnpg
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: cnpg
|
||||||
|
version: "*"
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: cnpg
|
||||||
|
namespace: flux-system
|
||||||
|
# values:
|
||||||
|
# replicaCount: 1
|
||||||
|
valuesFrom:
|
||||||
|
- kind: ConfigMap
|
||||||
|
name: cnpg-values
|
||||||
|
valuesKey: values.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue