Skip to content

Commit

Permalink
remove old flux-oci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed May 31, 2024
1 parent 1ee5435 commit fdf46db
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions clusters/cozy-test/flux-system/flux-oci.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: flux-oci
namespace: flux-system
spec:
provider: generic
interval: 10m0s
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
semver: ~2.3.0
verify:
provider: cosign
matchOIDCIdentity:
- issuer: "^https://token.actions.githubusercontent.com$"
subject: "^https://github.com/fluxcd/flux2/.*$"
# ---
# apiVersion: source.toolkit.fluxcd.io/v1beta2
# kind: OCIRepository
# metadata:
# name: flux-oci
# namespace: flux-system
# spec:
# provider: generic
# interval: 10m0s
# url: oci://ghcr.io/fluxcd/flux-manifests
# ref:
# semver: ~2.3.0
# verify:
# provider: cosign
# matchOIDCIdentity:
# - issuer: "^https://token.actions.githubusercontent.com$"
# subject: "^https://github.com/fluxcd/flux2/.*$"

0 comments on commit fdf46db

Please sign in to comment.