Skip to content

Commit

Permalink
chore: cleanup dev secrets to remove postgres refs (#126)
Browse files Browse the repository at this point in the history
## Description

This cleans up dev secrets to remove postgres references.

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)

## Checklist before merging

- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
Racer159 committed May 15, 2024
1 parent 90ed8fb commit 430ebba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
8 changes: 0 additions & 8 deletions src/dev-secrets/postgres-secret.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions src/dev-secrets/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,6 @@ components:
- name: gitlab-minio
files:
- "minio-secret.yaml"
- 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: POSTGRES_DB_PASSWORD
sensitive: true
- name: gitlab-postgres
required: true
manifests:
- name: gitlab-postgres
namespace: gitlab
files:
- postgres-secret.yaml
- name: redis-password
required: true
actions:
Expand Down

0 comments on commit 430ebba

Please sign in to comment.