fix namespace apiversion

This commit is contained in:
2024-01-07 12:53:11 +01:00
parent a9b40dde4d
commit 1596f0670c
2 changed files with 3 additions and 3 deletions

View File

@ -352,7 +352,7 @@ Let's try some app that require a bit more configuration and real database conne
{{< highlight host="demo-kube-flux" file="clusters/demo/n8n/deploy-n8n.yaml" >}}
```yaml
apiVersion: apps/v1
apiVersion: v1
kind: Namespace
metadata:
name: n8n
@ -517,7 +517,7 @@ Let's try a final candidate with NocoDB, an Airtable-like generator for Postgres
{{< highlight host="demo-kube-flux" file="clusters/demo/nocodb/deploy-nocodb.yaml" >}}
```yaml
apiVersion: apps/v1
apiVersion: v1
kind: Namespace
metadata:
name: nocodb

View File

@ -24,7 +24,7 @@ Create dedicated database for SonarQube same as usual, then we can use flux for
{{< highlight host="demo-kube-flux" file="clusters/demo/sonarqube/deploy-sonarqube.yaml" >}}
```yaml
apiVersion: apps/v1
apiVersion: v1
kind: Namespace
metadata:
name: sonarqube