Skip to content

Commit 814f4e8

Browse files
committed
Remove image tags from example objects
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent e0e2999 commit 814f4e8

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

config/samples/v1alpha1_frontproxy.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ metadata:
66
app.kubernetes.io/managed-by: kustomize
77
name: frontproxy-sample
88
spec:
9-
image:
10-
tag: eb60348a
11-
auth:
12-
# don't drop requests from administrative groups.
13-
# this shouldn't be enabled in production, but makes testing easier.
14-
dropGroups: [""]
159
rootShard:
1610
ref:
1711
name: shard-sample

config/samples/v1alpha1_rootshard.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ metadata:
66
app.kubernetes.io/managed-by: kustomize
77
name: shard-sample
88
spec:
9-
image:
10-
tag: eb60348a
119
external:
1210
hostname: example.operator.kcp.io
1311
port: 6443

config/samples/v1alpha1_shard.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ metadata:
66
app.kubernetes.io/managed-by: kustomize
77
name: secondary-shard
88
spec:
9-
image:
10-
tag: eb60348a
119
etcd:
1210
endpoints:
1311
- http://etcd-shard.default.svc.cluster.local:2379

0 commit comments

Comments
 (0)