We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d76c6 + f2aabd2 commit e468cabCopy full SHA for e468cab
.gitignore
@@ -18,6 +18,9 @@ test/e2e/data/infrastructure-docker/v1beta1/cluster-template*.yaml
18
# E2e test extension deployment
19
test/e2e/data/test-extension/deployment.yaml
20
21
+# Output of Makefile targets using sed on MacOS systems
22
+*.yaml-e
23
+
24
# Output of the go coverage tool, specifically when used with LiteIDE
25
*.out
26
@@ -48,8 +51,6 @@ config/ci/rbac/auth_proxy_role.yaml
48
51
config/ci/rbac/auth_proxy_role_binding.yaml
49
52
config/ci/rbac/auth_proxy_service.yaml
50
53
config/ci/manager/manager.yaml
-manager_image_patch.yaml-e
-manager_pull_policy.yaml-e
54
55
# Sample config files auto-generated by kubebuilder
56
config/samples
0 commit comments