This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 81090ac5c02790e56a945b93863222a64075d99e Mon Sep 17 00:00:00 2001 | |
From: Moritz Johner <[email protected]> | |
Date: Wed, 8 Sep 2021 21:41:22 +0200 | |
Subject: [PATCH] fix: remove data-hash annotations | |
--- | |
.../v1alpha1/externalsecret_types.go | 5 +++++ | |
e2e/framework/eso.go | 7 +++++++ | |
.../externalsecret/externalsecret_controller.go | 5 ++--- | |
.../externalsecret_controller_template.go | 4 ++-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: StatefulSet | |
metadata: | |
name: csi-hostpath-controller | |
namespace: default | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: csi-hostpath-controller |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this kubeconfig oiubts to the apiserver via edgecore's metaServer | |
# metaServer is available via localhost bc the pod runs with hostNetwork=true | |
# ensure that metaServer is enabled and listens on the node's internal IP (not 127.0.0.1) | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: csi-kubeconfig | |
namespace: kubeedge | |
data: | |
kubeconfig: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: Pod | |
apiVersion: v1 | |
metadata: | |
name: testpod-1 | |
spec: | |
nodeSelector: | |
kubernetes.io/hostname: TEST-HOSTNAME # insert your hostname here | |
node-role.kubernetes.io/edge: "" | |
containers: | |
- name: my-frontend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: eks.aws.upbound.io/v1beta1 | |
kind: Cluster | |
metadata: | |
name: mj-eso | |
namespace: default | |
annotations: | |
crossplane.io/external-name: mj-eso | |
spec: | |
forProvider: | |
region: eu-central-1 |
OlderNewer