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"