removed some commented stuff, cleanup
This commit is contained in:
parent
025550608a
commit
7f655ecb72
|
|
@ -1,8 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: mariadb-root
|
||||
namespace: databases
|
||||
type: Opaque
|
||||
stringData:
|
||||
password: supersecure-root-password#
|
||||
|
|
@ -14,13 +14,3 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: mariadb-operator
|
||||
namespace: flux-system
|
||||
install:
|
||||
crds: Create
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
# values:
|
||||
# replicaCount: 1
|
||||
# valuesFrom:
|
||||
# - kind: ConfigMap
|
||||
# name: mariadb-values
|
||||
# valuesKey: values.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue