rename secrets-infra chart to secrets (generic chart, app stays secrets-infra)
This commit is contained in:
parent
6428ec4bc1
commit
2c72d94ffa
@ -8,7 +8,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git
|
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git
|
||||||
targetRevision: master
|
targetRevision: master
|
||||||
path: charts/secrets-infra
|
path: charts/secrets
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- ../../manifests/secrets-infra/values.yaml
|
- ../../manifests/secrets-infra/values.yaml
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: secrets-infra
|
|
||||||
description: ExternalSecret resources managed by infra repo
|
|
||||||
type: application
|
|
||||||
version: 0.1.0
|
|
||||||
appVersion: "1.0.0"
|
|
||||||
6
charts/secrets/Chart.yaml
Normal file
6
charts/secrets/Chart.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: v2
|
||||||
|
name: secrets
|
||||||
|
description: Generic ExternalSecret resources chart
|
||||||
|
type: application
|
||||||
|
version: 0.1.0
|
||||||
|
appVersion: "1.0.0"
|
||||||
@ -1,15 +0,0 @@
|
|||||||
enabled: true
|
|
||||||
app: s3
|
|
||||||
uptime_kuma:
|
|
||||||
enabled: true
|
|
||||||
url: https://s3.dvirlabs.com
|
|
||||||
tag: infra
|
|
||||||
# targets:
|
|
||||||
# - <exporter-host>:<port>
|
|
||||||
# scheme: http
|
|
||||||
# external_check:
|
|
||||||
# url: https://s3.dvirlabs.com
|
|
||||||
# expected_codes:
|
|
||||||
# '502': critical
|
|
||||||
# '404': warning
|
|
||||||
# '1033': critical
|
|
||||||
Loading…
x
Reference in New Issue
Block a user