Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Feb 17, 2025
1 parent 32fc1a1 commit 298119a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ ENV BIN_NAME=$BIN_NAME
LABEL name="HCP Terraform Operator"
LABEL vendor="HashiCorp"
LABEL release=$PRODUCT_REVISION
LABEL summary="HCP Terraform Operator for Kubernetes allows managing HCP Terraform / Terraform Enterprise resources via Kubernetes Custom Resources"
LABEL description="HCP Terraform Operator for Kubernetes allows managing HCP Terraform / Terraform Enterprise resources via Kubernetes Custom Resources"
LABEL summary="HCP Terraform Operator for Kubernetes allows managing HCP Terraform / Terraform Enterprise resources via Kubernetes Custom Resources."
LABEL description="HCP Terraform Operator for Kubernetes allows managing HCP Terraform / Terraform Enterprise resources via Kubernetes Custom Resources."

LABEL maintainer="Terraform Ecosystem - Hybrid Cloud Team <[email protected]>"
LABEL maintainer="HashiCorp <[email protected]>"
LABEL version=$PRODUCT_VERSION
LABEL revision=$PRODUCT_REVISION

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
url: https://github.com/hashicorp/hcp-terraform-operator
maintainers:
- email: [email protected]
name: Terraform Ecosystem - Hybrid Cloud Team
name: HashiCorp
maturity: alpha
minKubeVersion: 1.24.0
provider:
Expand Down
10 changes: 5 additions & 5 deletions config/samples/app_v1alpha2_agentpool.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: app.terraform.io/v1alpha2
kind: AgentPool
metadata:
name: this
name: <NAME>
spec:
organization: kubernetes-operator
organization: <ORG_NAME>
token:
secretKeyRef:
name: hcp-terraform-operator
key: token
name: this
name: <SECRET_NAME>
key: <SECRET_KEY>
name: <NAME>
agentTokens:
- name: token
10 changes: 5 additions & 5 deletions config/samples/app_v1alpha2_module.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: app.terraform.io/v1alpha2
kind: Module
metadata:
name: this
name: <NAME>
spec:
organization: kubernetes-operator
organization: <ORG_NAME>
token:
secretKeyRef:
name: hcp-terraform-operator
key: token
name: <SECRET_NAME>
key: <SECRET_KEY>
module:
source: redeux/terraform-cloud-agent/kubernetes
version: 1.0.1
workspace:
id: ws-NUVHA9feCXzAmPHx
id: <WORKSPACE_ID>
10 changes: 5 additions & 5 deletions config/samples/app_v1alpha2_project.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: app.terraform.io/v1alpha2
kind: Project
metadata:
name: this
name: <NAME>
spec:
organization: kubernetes-operator
organization: <ORG_NAME>
token:
secretKeyRef:
name: hcp-terraform-operator
key: token
name: this
name: <SECRET_NAME>
key: <SECRET_KEY>
name: <NAME>
10 changes: 5 additions & 5 deletions config/samples/app_v1alpha2_workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: app.terraform.io/v1alpha2
kind: Workspace
metadata:
name: this
name: <NAME>
spec:
organization: kubernetes-operator
organization: <ORG_NAME>
token:
secretKeyRef:
name: hcp-terraform-operator
key: token
name: this
name: <SECRET_NAME>
key: <SECRET_KEY>
name: <NAME>

0 comments on commit 298119a

Please sign in to comment.