Skip to content
Snippets Groups Projects
Commit 97a359a6 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Fix Secret

parent 9a532ceb
No related branches found
No related tags found
1 merge request!1Update with a working example
......@@ -73,7 +73,7 @@ spec:
claimName: postgres-claim
- name: postgresql-credentials
secret:
secretName: postgresql
secretName: postgresql-credentials
---
apiVersion: v1
kind: Service
......@@ -131,7 +131,7 @@ spec:
volumes:
- name: postgresql-credentials
secret:
secretName: postgresql
secretName: postgresql-credentials
---
apiVersion: v1
kind: Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment