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.
2 parents ae559a2 + c3d0fc4 commit e956e17Copy full SHA for e956e17
assets/optional/sriov/deploy/serviceaccount.yaml
@@ -1,5 +1,12 @@
1
apiVersion: v1
2
kind: ServiceAccount
3
+metadata:
4
+ creationTimestamp: null
5
+ name: sriov-network-config-daemon
6
+ namespace: sriov-network-operator
7
+---
8
+apiVersion: v1
9
+kind: ServiceAccount
10
metadata:
11
creationTimestamp: null
12
name: sriov-network-operator
scripts/auto-rebase/rebase_sriov.sh
@@ -234,7 +234,7 @@ metadata:
234
namespace: ${namespace}
235
EOL
236
)
237
- echo "${serviceAccount}" > "${target}"
+ echo "${serviceAccount}" >> "${target}"
238
}
239
240
# extract_operator_from_csv() extracts the operator manifest from cluster
0 commit comments