Commit dd6b943a authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

fix: OKA's refactor

parent bae61cde
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
+0 −14
Original line number Diff line number Diff line
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: oai-5g-core-ks
  namespace: flux-system
spec:
  interval: 10m0s
  path: ./oai-5g-core/manifests
  prune: true
  sourceRef:
    kind: GitRepository
    name: flux-system # Pin estándar de lectura en Flux. Verifica si tu OSM usa otro alias para tu repo.
  targetNamespace: oai-core
+1 −6
Original line number Diff line number Diff line
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
@@ -17,7 +16,3 @@ spec:
  install:
    remediation:
      retries: 3
 No newline at end of file
  values:
    config:
      amf:
        ip: "oai-amf.oai-core.svc.cluster.local"
+0 −16
Original line number Diff line number Diff line
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: ueransim-ks
  namespace: flux-system
spec:
  dependsOn:
    - name: oai-5g-core-ks
  interval: 10m0s
  path: ./free5gc-ueransim/manifests
  prune: true
  sourceRef:
    kind: GitRepository
    name: flux-system
  targetNamespace: ueransim