Skip to content

Commit

Permalink
fix harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyindeniz committed Jan 26, 2025
1 parent dd7584f commit cbf5b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flux/wsl/applications/harbor/values/harbor-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ persistence:
# StorageClass will be used (the default).
# Set it to "-" to disable dynamic provisioning
storageClass: ""
subPath: "harbor"
subPath: ""
accessMode: ReadWriteOnce
size: 5Gi
annotations: {}
Expand All @@ -151,7 +151,7 @@ persistence:
database:
existingClaim: ""
storageClass: ""
subPath: ""
subPath: "db"
accessMode: ReadWriteOnce
size: 1Gi
annotations: {}
Expand Down

0 comments on commit cbf5b07

Please sign in to comment.