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/
|
||||
- longhorn/
|
||||
- gitea/
|
||||
- sonarqube
|
||||
- sonarqube/
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ spec:
|
|||
name: sonarqube
|
||||
namespace: flux-system
|
||||
values:
|
||||
monitoringPasscode: "supersecret123"
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue