Merge "Add missing lma-infra namespace creation for SIPCluster"

This commit is contained in:
Zuul 2021-06-18 15:01:58 +00:00 committed by Gerrit Code Review
commit 12a6940214
4 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,5 @@
resources:
- ../../../../../function/dex-aio
- sipcluster.yaml
- namespace.yaml
namespace: lma-infra

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: lma-infra

View File

@ -1,4 +1,5 @@
resources:
- ../../../../../function/dex-aio
- sipcluster.yaml
- namespace.yaml
namespace: wordpress-infra

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: wordpress-infra