(fix) change the ns for SA in pool network chart (#151)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
2da9162155
commit
3101bbf9fa
@@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: pool-network-delay-sa
|
name: pool-network-delay-sa
|
||||||
namespace: openebs
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
name: pool-network-delay-sa
|
name: pool-network-delay-sa
|
||||||
---
|
---
|
||||||
@@ -31,4 +31,4 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: pool-network-delay-sa
|
name: pool-network-delay-sa
|
||||||
namespace: openebs
|
namespace: default
|
@@ -3,7 +3,7 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: pool-network-loss-sa
|
name: pool-network-loss-sa
|
||||||
namespace: openebs
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
name: pool-network-loss-sa
|
name: pool-network-loss-sa
|
||||||
---
|
---
|
||||||
@@ -60,4 +60,4 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: pool-network-loss-sa
|
name: pool-network-loss-sa
|
||||||
namespace: openebs
|
namespace: default
|
||||||
|
Reference in New Issue
Block a user