Skip to content

Commit fee0f9d

Browse files
committed
Remove namespaces from bases
1 parent aefbbaf commit fee0f9d

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Be aware of these changes when updating to version 1.0.0:
162162
Kubernetes 1.22 or later and requires at least Kubernetes v1.19. In order to
163163
make this possible, the Skipper component was updated and the Skipper
164164
configuration was changed. Make sure to re-import the manifests.
165-
-
165+
166166
## Java Version
167167

168168
This project requires JDK 11.

docs/deployment/bases/clustered/skipper-ds/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: shinyproxy
43
resources:
54
- serviceaccount.yaml
65
- daemonset.yaml

docs/deployment/bases/clustered/skipper-hpa/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: shinyproxy
43
resources:
54
- serviceaccount.yaml
65
- deployment.yaml

docs/deployment/bases/namespaced/skipper-ds/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: shinyproxy
43
resources:
54
- serviceaccount.yaml
65
- daemonset.yaml

docs/deployment/bases/namespaced/skipper-hpa/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: shinyproxy
43
resources:
54
- serviceaccount.yaml
65
- deployment.yaml

0 commit comments

Comments
 (0)