Skip to content

Commit

Permalink
feat: restore file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ragot committed Oct 3, 2023
1 parent c31a38c commit 56e1533
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions components/operator/garden/example-v1beta3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ spec:
services:
auth:
postgres:
disableSSLMode: true
host: host.k3d.internal
port: 30000
username: formance
Expand Down Expand Up @@ -140,7 +139,7 @@ spec:
apiVersion: stack.formance.com/v1beta3
kind: Stack
metadata:
name: stack8
name: stack1
spec:
debug: true
dev: true
Expand All @@ -150,16 +149,15 @@ spec:
versions: default
services:
ledger:
disabled: false
disabled: true
orchestration:
disabled: false
disabled: true
auth:
delegatedOIDCServer:
issuer: http://host.k3d.internal/api/dex
clientID: dexclient
clientSecret: dexclient
staticClients:
- id: foo2
secrets:
- bar2
---
delegatedOIDCServer:
issuer: http://host.k3d.internal/api/dex
clientID: dexclient
clientSecret: dexclient
staticClients:
- id: foo2
secrets:
- bar2

0 comments on commit 56e1533

Please sign in to comment.