1
0
Fork 0

Add missing namespace

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-27 19:52:42 -05:00
parent 4de8361951
commit 7c9da241a3
5 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: manual-easyhaproxy-ingress
namespace: easyhaproxy
labels:
helm.sh/chart: easyhaproxy-ingress-0.1.0
app.kubernetes.io/name: easyhaproxy-ingress
@ -16,6 +17,7 @@ kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: manual-easyhaproxy-ingress
namespace: easyhaproxy
labels:
helm.sh/chart: easyhaproxy-ingress-0.1.0
app.kubernetes.io/name: easyhaproxy-ingress
@ -81,6 +83,7 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: manual-easyhaproxy-ingress
namespace: easyhaproxy
labels:
helm.sh/chart: easyhaproxy-ingress-0.1.0
app.kubernetes.io/name: easyhaproxy-ingress
@ -94,12 +97,14 @@ roleRef:
subjects:
- kind: ServiceAccount
name: manual-easyhaproxy-ingress
namespace: easyhaproxy
---
# Source: easyhaproxy-ingress/templates/deployment.yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: manual-easyhaproxy-ingress
namespace: easyhaproxy
labels:
helm.sh/chart: easyhaproxy-ingress-0.1.0
app.kubernetes.io/name: easyhaproxy-ingress