Skip to content

Commit

Permalink
fix: add deletions of apps.harbor.database
Browse files Browse the repository at this point in the history
  • Loading branch information
Cas Lubbers committed Apr 19, 2024
1 parent 66abe21 commit 05b7e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions values-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ changes:
- 'apps.harbor.database.importHarborDb'
- 'apps.harbor.database.name'
- 'apps.harbor.database.user'
- 'apps.harbor.database'
- 'databases.keycloak.useOtomiDB'
additions:
- databases.harbor.replicas: 2
Expand Down
4 changes: 2 additions & 2 deletions values/harbor/harbor.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ database:
password: null
coreDatabase: {{ $db.coreDatabase }}
username: harbor
host: harbor-rw.harbor.svc.cluster.local
existingSecret: harbor-app
host: harbor-otomi-db-rw.harbor.svc.cluster.local
existingSecret: harbor-otomi-db-app
podAnnotations:
# this exception allows the chmod fix to pass, which needs root access:
policy.otomi.io/ignore.data-migrator: psp-allowed-users
Expand Down

0 comments on commit 05b7e6b

Please sign in to comment.