Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov committed Nov 25, 2024
1 parent 33b3265 commit 604574d
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ kind: Config
metadata:
name: rsyslog-relp-echo-server
build:
tagPolicy:
customTemplate:
template: "{{.version}}-{{.sha}}"
components:
- name: version
envTemplate:
template: "{{.EXTENSION_VERSION}}"
- name: sha
inputDigest: {}
artifacts:
- image: local-skaffold/gardener-extension-shoot-rsyslog-relp-echo-server
docker:
Expand Down Expand Up @@ -43,6 +34,8 @@ build:
- name: version
envTemplate:
template: "{{.EXTENSION_VERSION}}"
# inputDigest is used to inject a digest of the artifact source into the built image tag
# and therefore into the SKAFFOLD_IMAGE environment variable which is used when generating the corresponding ControllerDeployment
- name: sha
inputDigest: {}
artifacts:
Expand Down Expand Up @@ -103,15 +96,6 @@ kind: Config
metadata:
name: admission
build:
tagPolicy:
customTemplate:
template: "{{.version}}-{{.sha}}"
components:
- name: version
envTemplate:
template: "{{.EXTENSION_VERSION}}"
- name: sha
inputDigest: {}
artifacts:
- image: local-skaffold/gardener-extension-shoot-rsyslog-relp-admission
ko:
Expand Down

0 comments on commit 604574d

Please sign in to comment.