feat(kubernetes): update podinfo manifest for improved namespace handling
- add namespace to OCIRepository metadata
- change namespace for HelmChart reference
- ensure consistent namespace usage across the manifest
🤖
This commit is contained in:
parent
37425f6428
commit
437b5ada8a
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
|
---
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
kind: OCIRepository
|
kind: OCIRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
|
namespace: podinfo
|
||||||
spec:
|
spec:
|
||||||
interval: 5m0s
|
interval: 5m0s
|
||||||
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
||||||
|
@ -16,7 +18,7 @@ spec:
|
||||||
chartRef:
|
chartRef:
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
name: podinfo
|
name: podinfo
|
||||||
namespace: flux-system
|
namespace: podinfo
|
||||||
interval: 10m
|
interval: 10m
|
||||||
values:
|
values:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
Loading…
Reference in a new issue