We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30e01f commit becd99dCopy full SHA for becd99d
config/controller.yaml
@@ -42,7 +42,7 @@ spec:
42
serviceAccountName: tekton-pipelines-controller
43
containers:
44
- name: tekton-pipelines-controller
45
- image: ko://github.com/tektoncd/pipeline/cmd/controller
+ image: github.com/tektoncd/pipeline/cmd/controller
46
args: [
47
# These images are built on-demand by `ko resolve` and are replaced
48
# by image references by digest.
config/webhook.yaml
@@ -48,7 +48,7 @@ spec:
- name: webhook
49
# This is the Go import path for the binary that is containerized
50
# and substituted here.
51
- image: ko://github.com/tektoncd/pipeline/cmd/webhook
+ image: github.com/tektoncd/pipeline/cmd/webhook
52
env:
53
- name: SYSTEM_NAMESPACE
54
valueFrom:
0 commit comments