Skip to content

Commit

Permalink
add keb-update step to base template (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
KPostOffice authored Dec 16, 2021
1 parent 54f1b00 commit 262b135
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 123 deletions.
8 changes: 8 additions & 0 deletions kebechet/base/openshift-templates/kebechet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ objects:
archiveLogs: true
dag:
tasks:
- name: "update-kebechet-installation"
templateRef:
name: "update-kebechet-installation"
template: "update-kebechet-installation"
arguments:
parameters:
- name: "KEBECHET_SLUG"
value: "{{workflow.parameters.KEBECHET_SLUG}}"
- name: "kebechet-webhook-run"
templateRef:
name: "kebechet"
Expand Down
122 changes: 0 additions & 122 deletions kebechet/overlays/test/kebechet.yaml

This file was deleted.

1 change: 0 additions & 1 deletion kebechet/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resources:
patchesStrategicMerge:
- configmap.yaml
- imagestreamtag.yaml
- kebechet.yaml
generatorOptions:
disableNameSuffixHash: true
generators:
Expand Down

0 comments on commit 262b135

Please sign in to comment.