Document that KubeConfig takes precedence over ServiceAccountName
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
c150d15251
commit
8f7f0d8c8f
|
|
@ -50,6 +50,7 @@ type KustomizationSpec struct {
|
|||
Interval metav1.Duration `json:"interval"`
|
||||
|
||||
// The KubeConfig for reconciling the Kustomization on a remote cluster.
|
||||
// When specified, KubeConfig takes precedence over ServiceAccountName.
|
||||
// +optional
|
||||
KubeConfig *KubeConfig `json:"kubeConfig,omitempty"`
|
||||
|
||||
|
|
|
|||
|
|
@ -115,7 +115,8 @@ spec:
|
|||
type: string
|
||||
kubeConfig:
|
||||
description: The KubeConfig for reconciling the Kustomization on a
|
||||
remote cluster.
|
||||
remote cluster. When specified, KubeConfig takes precedence over
|
||||
ServiceAccountName.
|
||||
properties:
|
||||
secretRef:
|
||||
description: SecretRef holds the name to a secret that contains
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@ KubeConfig
|
|||
</td>
|
||||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>The KubeConfig for reconciling the Kustomization on a remote cluster.</p>
|
||||
<p>The KubeConfig for reconciling the Kustomization on a remote cluster.
|
||||
When specified, KubeConfig takes precedence over ServiceAccountName.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -554,7 +555,8 @@ KubeConfig
|
|||
</td>
|
||||
<td>
|
||||
<em>(Optional)</em>
|
||||
<p>The KubeConfig for reconciling the Kustomization on a remote cluster.</p>
|
||||
<p>The KubeConfig for reconciling the Kustomization on a remote cluster.
|
||||
When specified, KubeConfig takes precedence over ServiceAccountName.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ type KustomizationSpec struct {
|
|||
Interval metav1.Duration `json:"interval"`
|
||||
|
||||
// The KubeConfig for reconciling the Kustomization on a remote cluster.
|
||||
// When specified, KubeConfig takes precedence over ServiceAccountName.
|
||||
// +optional
|
||||
KubeConfig *KubeConfig `json:"kubeConfig,omitempty"`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue