
Search and replace for references to moved examples Reverted find and replace paths on auto gen docs Reverting changes to changelog Fix bugs in test-cmd.sh Fixed path in examples README ran update-all successfully Updated verify-flags exceptions to include renamed files
18 lines
318 B
YAML
18 lines
318 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: azure
|
|
spec:
|
|
containers:
|
|
- image: kubernetes/pause
|
|
name: azure
|
|
volumeMounts:
|
|
- name: azure
|
|
mountPath: /mnt/azure
|
|
volumes:
|
|
- name: azure
|
|
azureFile:
|
|
secretName: azure-secret
|
|
shareName: k8stest
|
|
readOnly: false
|