Add missing lma-infra namespace creation for SIPCluster

Change-Id: I247ae69fa27bb842960fde7a70649607a48aa047
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2021-06-17 13:48:32 -05:00
parent cd70a7e813
commit cdbdd066a2
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
4 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,5 @@
resources:
- ../../../../../function/dex-aio
- sipcluster.yaml
namespace: lma-infra
- 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: wordpress-infra
- namespace.yaml
namespace: wordpress-infra

View File

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