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 ef45eca commit f1e1bbcCopy full SHA for f1e1bbc
components/kubearchive/staging/stone-stg-rh01/kustomization.yaml
@@ -16,3 +16,17 @@ patches:
16
metadata:
17
name: kubearchive-database-credentials
18
namespace: kubearchive
19
+ # We don't need the development DB on staging
20
+ - patch: |-
21
+ $patch: delete
22
+ apiVersion: apps/v1
23
+ kind: Deployment
24
+ metadata:
25
+ name: postgresql
26
+ # We don't need the development DB service on staging
27
28
29
+ apiVersion: v1
30
+ kind: Service
31
32
0 commit comments