Sha256: 2bc66e691ea846ec05a701cf6d5493e221386ec3899841420ed7367dccfaaf65

Contents?: true

Size: 797 Bytes

Versions: 44

Compression:

Stored size: 797 Bytes

Contents

---
metadata:
  namespace: default
  labels:
    app: demo
    role: web
  name: demo-web
spec:
  selector:
    matchLabels:
      app: demo
      role: web
  template:
    metadata:
      labels:
        app: demo
        role: web
    spec:
      containers:
      - name: demo-web
        image: gcr.io/project/demo-web:kubes-2020-06-23T00-07-54
        volumeMounts:
        - mountPath: /config-map
          name: config-map-volume
      volumes:
      - configMap:
          name: demo-config-map
          items:
          - key: k1
            path: config-map.conf
        name: config-map-volume
      - secret:
          secretName: demo-secret
          items:
          - key: k1
            path: secrets.conf
        name: secrets-volume
  replicas: 1
apiVersion: apps/v1
kind: Pod

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
kubes-0.9.3 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.9.2 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.9.1 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.9.0 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.10 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.9 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.8 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.7 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.6 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.5 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.4 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.3 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.2 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.1 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.8.0 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.7.10 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.7.9 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.7.8 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.7.7 spec/fixtures/decorators/deployment/both/volumes.yaml
kubes-0.7.6 spec/fixtures/decorators/deployment/both/volumes.yaml