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
|
||||
kind: OCIRepository
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: podinfo
|
||||
spec:
|
||||
interval: 5m0s
|
||||
url: oci://ghcr.io/stefanprodan/charts/podinfo
|
||||
|
@ -16,7 +18,7 @@ spec:
|
|||
chartRef:
|
||||
kind: HelmChart
|
||||
name: podinfo
|
||||
namespace: flux-system
|
||||
namespace: podinfo
|
||||
interval: 10m
|
||||
values:
|
||||
replicaCount: 2
|
||||
|
|
Loading…
Reference in a new issue