What does this error mean? Is it due to indentation? Is there any way to auto align yaml files
I tried fixing it by aligning etc but it didn't work and my jenkins build is failing.
- name: SPLUNK_LOG_TOKEN
valueFrom:
secretKeyRef:
name: splunk-secret
key: splunk.token
- name: SPLUNK_LOG_URL //error in this line
valueFrom:
configMapKeyRef:
name: splunk-config
key: splunk.url