Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
John2020-cyber committed Dec 28, 2023
1 parent 97b9bc8 commit f7b3903
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:

Check failure on line 1 in config/manager/kustomization.yaml

View workflow job for this annotation

GitHub Actions / Operator Pull Request

load-failure[runtimeerror]

Failed to load YAML file: config/manager/kustomization.yaml
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: ghcr.io/stakater/grafana-cloud-ansible-operator
newTag: v0.0.20
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: ghcr.io/stakater/grafana-cloud-ansible-operator
newTag: v0.0.20
2 changes: 1 addition & 1 deletion roles/grafana_cloud_operator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

- name: Execute tasks for standalone topology
ansible.builtin.include_tasks: grafana_oncall_standalone.yml
when: gco_cr.spec.provisionMode == 'standalone'
when: gco_cr.spec.provisionMode == 'standalone'

0 comments on commit f7b3903

Please sign in to comment.