Skip to content

Commit

Permalink
Update ci-helm-lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Nov 10, 2023
1 parent bb08bab commit 70b669b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,27 @@ jobs:
name: null
certificates:
server:
enabled: true
generate: true
enabled: false
generate: false
serverTLSSecret: ""
serverCASecret: ""
client:
enabled: true
generate: true
enabled: false
generate: false
clientCASecret: ""
replicationTLSSecret: ""
user:
enabled: true
enabled: false
username: "app"
monitoring:
enablePodMonitor: false
postgresql:
pg_hba:
- hostnossl all all 0.0.0.0/0 reject
- hostssl all all 0.0.0.0/0 cert clientcert=verify-full
- hostssl all all all cert
storage:
size: 1Gi
testApp:
enabled: true
enabled: false
EOF
- name: Install CNPG cluster
Expand Down

0 comments on commit 70b669b

Please sign in to comment.