Skip to content

Commit

Permalink
ficx linting remove old artifact from dev-postgres chart
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller committed May 7, 2024
1 parent 1e177fd commit 36065f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
3 changes: 0 additions & 3 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ packages:
exports:
- name: ACCESS_KEY
- name: SECRET_KEY
- name: DB_PASSWORD

- name: mattermost
path: ../
Expand All @@ -44,8 +43,6 @@ packages:
package: dev-secrets
- name: SECRET_KEY
package: dev-secrets
- name: DB_PASSWORD
package: dev-secrets
overrides:
mattermost:
uds-mattermost-config:
Expand Down
2 changes: 1 addition & 1 deletion bundle/uds-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ variables:
mattermost: mattermost.mattermost
version: "13"
ingress:
remoteGenerated: Anywhere
remoteGenerated: Anywhere
11 changes: 0 additions & 11 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: minio-password
Expand All @@ -21,13 +20,3 @@ components:
setVariables:
- name: SECRET_KEY
sensitive: true
- name: postgres-password
required: true
actions:
onDeploy:
before:
- cmd: kubectl get secret -n dev-postgres postgresql --template={{.data.password}} | base64 -d
mute: true
setVariables:
- name: DB_PASSWORD
sensitive: true

0 comments on commit 36065f0

Please sign in to comment.