Skip to content

Commit

Permalink
Merge pull request #222 from projectsyn/fix/ingress_tls_secret_type
Browse files Browse the repository at this point in the history
Fix wrong type of tls secret for ingress object when using provider vault
  • Loading branch information
TheBigLee authored Jun 16, 2023
2 parents 37b70d7 + 42aff5b commit 123f52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions component/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ local ingress_tls_secret = kube.Secret(params.ingress.tls.secretName) {
'tls.key': params.ingress.tls.vault.certKey,
'tls.crt': params.ingress.tls.vault.cert,
},
type: 'kubernetes.io/tls',
};

local create_keycloak_cert_secret =
Expand Down

0 comments on commit 123f52f

Please sign in to comment.