We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892d899 commit faf8cbeCopy full SHA for faf8cbe
hack/secret-creator/create-plnsvc-secrets.sh
@@ -67,7 +67,7 @@ EOF
67
68
create_db_cert_secret_and_configmap() {
69
echo "Creating Postgres TLS certs" >&2
70
- if kubectl get secret -n tekton_results postgresql-tls &>/dev/null; then
+ if kubectl get secret -n tekton-results postgresql-tls &>/dev/null; then
71
echo "Postgres DB cert secret already exists, skipping creation"
72
return
73
fi
0 commit comments