Dear all, as the subject.

```
apiVersion: v1
kind: Pod
metadata:
  name: pod-name-prefix-{{ POD_POSTFIX }}
  labels:
    app: web
spec:
  containers:
    - name: gocd-agent-container-{{ CONTAINER_POSTFIX }}
      image: {{ GOCD_AGENT_IMAGE }}:{{ LATEST_VERSION }}
      imagePullPolicy: Always
```

Where can I get all the default variables?

Or is there any way I can define some variables for the pod.yaml file. 

Such as I want specify the Gradhe caches for different pipelines.

```
 volumes:
    - name: gradle-caches
      hostPath:
        path: /tmp/gradle_caches/{{ PIPELINE_NAME }}
        type: Directory
```

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to