Skip to content

Commit

Permalink
fix more ns issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cbc02009 committed May 31, 2024
1 parent 0be6b01 commit bc07f17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: oci-terraform-authentik
namespace: infrastructure
namespace: flux-system
spec:
interval: 1m
url: oci://ghcr.io/cbc02009/terraform/authentik
Expand All @@ -16,7 +16,7 @@ apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: authentik
namespace: infrastructure
namespace: flux-system
spec:
suspend: false
interval: 12h
Expand All @@ -25,7 +25,7 @@ spec:
sourceRef:
kind: OCIRepository
name: oci-terraform-authentik
namespace: infrastructure
namespace: flux-system
runnerPodTemplate:
spec:
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: oci-terraform-cloudflare
namespace: infrastructure
namespace: flux-system
spec:
interval: 1m
url: oci://ghcr.io/cbc02009/terraform/cloudflare
Expand All @@ -16,7 +16,7 @@ apiVersion: infra.contrib.fluxcd.io/v1alpha2
kind: Terraform
metadata:
name: cloudflare
namespace: infrastructure
namespace: flux-system
spec:
suspend: false
interval: 12h
Expand All @@ -27,7 +27,7 @@ spec:
sourceRef:
kind: OCIRepository
name: oci-terraform-cloudflare
namespace: infrastructure
namespace: flux-system
runnerPodTemplate:
spec:
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: oci-terraform-s3
namespace: infrastructure
namespace: flux-system
spec:
interval: 1m
url: oci://ghcr.io/cbc02009/terraform/s3
Expand All @@ -16,7 +16,7 @@ apiVersion: infra.contrib.fluxcd.io/v1alpha1
kind: Terraform
metadata:
name: s3
namespace: infrastructure
namespace: flux-system
spec:
suspend: false
interval: 12h
Expand All @@ -27,7 +27,7 @@ spec:
sourceRef:
kind: OCIRepository
name: oci-terraform-s3
namespace: infrastructure
namespace: flux-system
runnerPodTemplate:
spec:
envFrom:
Expand Down

0 comments on commit bc07f17

Please sign in to comment.