...

Text file src/edge-infra.dev/config/pallets/edge/edge-issuer/kind/deployment-set-local-image.yaml

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

     1apiVersion: apps/v1
     2kind: Deployment
     3metadata:
     4  name: edge-issuer
     5spec:
     6  template:
     7    spec:
     8      containers:
     9      - name: edge-issuer
    10        image: localhost:21700/edge-issuer:dev
    11        imagePullPolicy: Always

View as plain text