We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fef4d commit 1263ecdCopy full SHA for 1263ecd
workshop/ansible/diab-v3.yml
@@ -54,7 +54,7 @@
54
55
- name: Update yaml for workshop secrets
56
ansible.builtin.blockinfile:
57
- path: /home/splunk/splunk-k8s-setup.yaml
+ path: /home/splunk/splunk-k8s-secrets.yaml
58
block: |
59
apiVersion: v1
60
kind: Secret
@@ -73,7 +73,7 @@
73
when: not wh_result.stat.exists
74
75
- name: Demo-in-a-Box Kubernetes setup
76
- command: kubectl apply -f splunk-k8s-setup.yaml
+ command: kubectl apply -f splunk-k8s-secrets.yaml
77
78
79
- name: Create service for Demo-in-a-Box Manager API
workshop/k3s/demo-in-a-box.zip
5 Bytes
0 commit comments