...

Text file src/github.com/ory/x/watcherx/integrationtest/event_logger.yml

Documentation: github.com/ory/x/watcherx/integrationtest

     1kind: Pod
     2apiVersion: v1
     3metadata:
     4  name: eventlogger
     5  annotations:
     6    variant: somevalue
     7spec:
     8  containers:
     9    - name: eventlogger
    10      image: eventlogger:latest
    11      imagePullPolicy: Never
    12      volumeMounts:
    13        - name: changing-config
    14          mountPath: /etc/config
    15  restartPolicy: Never
    16  volumes:
    17    - name: changing-config
    18      configMap:
    19        name: changing-config

View as plain text