Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/istio/istio-install/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

#namespace: istio-system # this does not work, because the istio-cni daemonset should be in kube-system

Check warning on line 4 in common/istio/istio-install/base/kustomization.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

4:2 [comments] missing starting space in comment

resources:
- install.yaml
Expand All @@ -20,4 +20,4 @@

images:
- name: busybox
newName: registry.k8s.io/busybox
newName: ghcr.io/containerd/busybox
Loading