...

Text file src/edge-infra.dev/config/pallets/fluxcd/storage-bucket/flux-storage-bucket.yaml

Documentation: edge-infra.dev/config/pallets/fluxcd/storage-bucket

     1apiVersion: storage.cnrm.cloud.google.com/v1beta1
     2kind: StorageBucket
     3metadata:
     4  name: ${gcp_project_id}
     5  annotations:
     6    cnrm.cloud.google.com/deletion-policy: abandon
     7    cnrm.cloud.google.com/state-into-spec: merge
     8spec:
     9  location: US
    10  publicAccessPrevention: inherited
    11  resourceID: ${gcp_project_id}
    12  storageClass: STANDARD
    13  versioning:
    14    enabled: true

View as plain text