Skip to content

Commit

Permalink
chore: This forces the detected images to end the line,
Browse files Browse the repository at this point in the history
which conveniently throws out the `charts/t8s-cluster/templates/management-cluster/clusterClass/openStackClusterTemplate/_openStackClusterTemplateSpec.yaml`
ignored image
  • Loading branch information
cwrau committed Mar 25, 2024
1 parent 9138de6 commit 193dfd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bastion:
identityRef:
kind: Secret
name: {{ include "t8s-cluster.clusterClass.getIdentityRefSecretName" (dict "context" .context) }}
image: Ubuntu 20.04 # artifacthub-ignore
image: Ubuntu 20.04
sshKeyName: {{ .Values.bastion.sshKeyName }}
cloudName: {{ include "t8s-cluster.clusterClass.cloudName" (dict) }}
disablePortSecurity: false
Expand Down

0 comments on commit 193dfd4

Please sign in to comment.