...

Text file src/edge-infra.dev/pkg/f8n/warehouse/k8s/controllers/lumperctl/integration/testdata/fake-infra.yaml

Documentation: edge-infra.dev/pkg/f8n/warehouse/k8s/controllers/lumperctl/integration/testdata

     1# NOTE: Vanilla K8s objects that don't collide with runtime are used to avoid KCC dep
     2apiVersion: v1
     3kind: ServiceAccount
     4metadata:
     5  name: mini-pallet-svc-act
     6---
     7apiVersion: v1
     8kind: Secret
     9metadata:
    10  name: mini-pallet-gcp-creds
    11immutable: true
    12stringData:
    13  key: "private-key"

View as plain text