fix: add missing value field and fix error in kustomization
This commit is contained in:
parent
2a8a58e1e1
commit
bbcbec9fb9
2 changed files with 2 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ resources:
|
||||||
- monitoring/
|
- monitoring/
|
||||||
- longhorn/
|
- longhorn/
|
||||||
- gitea/
|
- gitea/
|
||||||
- sonarqube
|
- sonarqube/
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ spec:
|
||||||
name: sonarqube
|
name: sonarqube
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
values:
|
values:
|
||||||
|
monitoringPasscode: "supersecret123"
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue