Skip to content

Commit

Permalink
neonvm/multus-aks: Fix ineffectual secret namespace (#1224)
Browse files Browse the repository at this point in the history
Follow-up to #1202, namespace should be under the metadata field.
Without this, kubectl says 'Warning: unknown field "namespace"' and
tries to create the secret in the default namespace (not what we want).
  • Loading branch information
sharnoff authored Jan 27, 2025
1 parent 757e8b7 commit 46ad90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neonvm/config/multus-aks/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
kind: Secret
type: kubernetes.io/service-account-token
namespace: kube-system
metadata:
name: multus-long-lived
namespace: kube-system
annotations:
kubernetes.io/service-account.name: multus

0 comments on commit 46ad90f

Please sign in to comment.