Skip to content

Commit

Permalink
fax maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed May 8, 2024
1 parent c16cbc7 commit c635701
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/dev-secrets/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: ZarfPackageConfig
metadata:
name: dev-secrets
version: "0.1.0"
architecture: amd64

components:
- name: postgres-password
Expand All @@ -14,7 +13,7 @@ components:
- cmd: kubectl get secret -n dev-postgres postgresql --template={{.data.password}} | base64 -d
mute: true
setVariables:
- name: DB_PASSWORD
- name: POSTGRES_DB_PASSWORD
sensitive: true
- name: artifactory-postgres
required: true
Expand Down
4 changes: 4 additions & 0 deletions src/namespace/artifactory-ns.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: Namespace
apiVersion: v1
metadata:
name: artifactory
13 changes: 13 additions & 0 deletions src/namespace/zarf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kind: ZarfPackageConfig
metadata:
name: dev-namespace
description: "create namespaces for cross-ns secret functionality of pg operator"
version: 0.1.0

components:
- name: deploy-namespace-for-cross-ns-secret
required: true
manifests:
- name: dev-namespace
files:
- artifactory-ns.yaml

0 comments on commit c635701

Please sign in to comment.