Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
feature/removed-random-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchmidt authored Jan 13, 2022
1 parent a7db5bd commit c9df3ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: eo-base-helm-chart
description: A Helm chart for Kubernetes

type: application
version: v0.4.9
version: v0.5.0
3 changes: 1 addition & 2 deletions chart/scripts/test-secret-env-var.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
[ ! -z $TEST_SECRET ] &&\
[ $TEST_SECRET == 'test-value' ] &&\
[ ! -z $TEST_RANDOM_SECRET ]
[ $TEST_SECRET == 'test-value' ]
30 changes: 0 additions & 30 deletions chart/templates/random-secret.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions test/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
env:
test: test

randomSecret:
test-random:
- test-secret-1

envSecrets:
TEST_RANDOM_SECRET:
secretName: test-random
key: test-secret-1
TEST_SECRET:
secretName: test
key: test-key
Expand Down

0 comments on commit c9df3ae

Please sign in to comment.