Skip to content

Commit

Permalink
one-time-secret entfernt
Browse files Browse the repository at this point in the history
Signed-off-by: fhochleitner <[email protected]>
  • Loading branch information
fhochleitner committed Feb 5, 2024
1 parent 59c63c4 commit d68c255
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
3 changes: 0 additions & 3 deletions Vorlagen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ cluster-applications:
altermanager:
AlertmanagerChartVersion: "*"

one-time-secret:
OneTimeSecretChartVersion: "*"

private-bin:
PrivateBinChartVersion: "0.1.*"

Expand Down
5 changes: 0 additions & 5 deletions src/pkg/generator/Configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ var GENERATORS = []Generator{
Stage: ClusterApplications,
Name: "altermanager",
},
{
ValueBuilder: &GenericCopyValueBuilder{},
Stage: ClusterApplications,
Name: "one-time-secret",
},
{
ValueBuilder: &GenericCopyValueBuilder{},
Stage: ClusterApplications,
Expand Down
21 changes: 0 additions & 21 deletions src/templates/cluster-applications.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -203,27 +203,6 @@ applications:
prune: true
selfHeal: true

##################### ONE-TIME-SECRET ######################
one-time-secret:
name: one-time-secret
enabled: true
argoProject: gepardec-run
destination:
namespace: gp-one-time-secret
create: true
source:
repoURL: "https://gepaplexx.github.io/gp-helm-charts/"
targetRevision: "{{ or .OneTimeSecretChartVersion "1.1.*" }}"
chart: gp-one-time-secret
helm:
parameters:
- name: "ingress.hostname"
value: "secret.{{ .env }}.run.gepardec.com"
syncPolicy:
automated:
prune: true
selfHeal: true

######################## PRIVATE BIN ##########################

private-bin:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.18
0.1.19

0 comments on commit d68c255

Please sign in to comment.