Skip to content

Commit

Permalink
update kustomize to use v2alpha2 config (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdjgs authored Sep 8, 2023
1 parent 7a0904a commit bc865b4
Showing 1 changed file with 21 additions and 32 deletions.
53 changes: 21 additions & 32 deletions config/default/config.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,23 @@
apiVersion: config.bankdata.dk/v1
apiVersion: config.bankdata.dk/v2alpha2
kind: ProjectConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 0.0.0.0:8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: 5d272013.bankdata.dk
styraToken: token
styraAddress: http://127.0.0.1:8080
styraSystemUserRoles:
- SystemViewer
- SystemPolicyEditor
- SystemInstall
styraSystemPrefix: ""
styraSystemSuffix: ""
#controllerClass:
#deletionProtectionDefault:
#disableCRDWebhooks:
enableMigrations: false
#gitCredentials:
logLevel: 0
#sentryDSN:
#environment:
#sentryDebug:
#sentryHTTPSProxy:
#controllerClass:
#webhooksDisabled:
#datasourceWebhookAddress:
gitCredentials: []
# - user: testuser
# password: password
# repoPrefix: https://git.com
#identityProvider:
#jwtGroupClaim:
migrationEnabled: false
leaderElection:
leaseDuration: "60s"
renewDeadline: "30s"
retryPeriod: "5s"
#notificationWebhook:
#sentry:
#sso:
styra:
address: http://127.0.0.1:8080
token: token
#systemPrefix:
#systemSuffix:
systemUserRoles:
- SystemOwner
- SystemMetadataManager

0 comments on commit bc865b4

Please sign in to comment.