File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4646 values :
4747 - amd64
4848 - arm64
49- - ppc64le
50- - s390x
5149 - key : kubernetes.io/os
5250 operator : In
5351 values :
5856 type : RuntimeDefault
5957 containers :
6058 - command :
61- # - /manager
62- - /ko-app/cmd
59+ - /ko-app/manager
6360 args :
6461 - --leader-elect
6562 image : controller:latest
@@ -91,13 +88,13 @@ spec:
9188 cpu : 50m
9289 memory : 64Mi
9390 volumeMounts :
94- - name : ghapp
91+ - name : config
9592 mountPath : /config
9693 readOnly : true
9794 serviceAccountName : manager
9895 terminationGracePeriodSeconds : 10
9996 volumes :
100- - name : ghapp
97+ - name : config
10198 secret :
10299 defaultMode : 444
103- secretName : github-app-credentials
100+ secretName : gtm-config
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ cloud.google.com/go/auth v0.9.8 h1:+CSJ0Gw9iVeSENVCKJoLHhdUykDgXSc4Qn+gu2BRtR8=
55cloud.google.com/go/auth v0.9.8 /go.mod h1:xxA5AqpDrvS+Gkmo9RqrGGRh6WSNKKOXhY3zNOr38tI =
66cloud.google.com/go/auth/oauth2adapt v0.2.4 h1:0GWE/FUsXhf6C+jAkWgYm7X9tK8cuEIfy19DBn6B6bY =
77cloud.google.com/go/auth/oauth2adapt v0.2.4 /go.mod h1:jC/jOpwFP6JBxhB3P5Rr0a9HLMC/Pe3eaL4NmdvqPtc =
8- cloud.google.com/go/compute v1.28.1 h1:XwPcZjgMCnU2tkwY10VleUjSAfpTj9RDn+kGrbYsi8o =
98cloud.google.com/go/compute/metadata v0.5.2 h1:UxK4uu/Tn+I3p2dYWTfiX4wva7aYlKixAHn3fyqngqo =
109cloud.google.com/go/compute/metadata v0.5.2 /go.mod h1:C66sj2AluDcIqakBq/M8lw8/ybHgOZqin2obFxa/E5k =
1110cloud.google.com/go/iam v1.2.1 h1:QFct02HRb7H12J/3utj0qf5tobFh9V4vR6h9eX5EBRU =
You can’t perform that action at this time.
0 commit comments