...

Text file src/edge-infra.dev/config/pallets/edge/edge-issuer/gke/deployment-use-cm.yaml

Documentation: edge-infra.dev/config/pallets/edge/edge-issuer/gke

     1apiVersion: apps/v1
     2kind: Deployment
     3metadata:
     4  name: edge-issuer
     5spec:
     6  template:
     7    spec:
     8      containers:
     9      - name: edge-issuer
    10        envFrom:
    11        - configMapRef:
    12            name: edge-issuer

View as plain text