Skip to content

Commit

Permalink
fix:updates function name foe remove-annotated-resources (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Awais Malik <awmalik@google.com>
  • Loading branch information
g-awmalik and g-awmalik committed Nov 9, 2021
1 parent b16b191 commit 1632e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/gitops/hydration-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
kpt fn render "$${SRC_DIR}" --output="$${DEST_DIR}" --truncate-output=false
echo "Removing local config"
kpt fn eval "$${DEST_DIR}" -i gcr.io/yakima-eap/remove-annotated-resources:v0.1
kpt fn eval "$${DEST_DIR}" -i gcr.io/kpt-fn/remove-local-config-resources:v0.1
entrypoint: /bin/bash
id: "Apply Hydration and Validation"
- name: gcr.io/cloud-builders/gcloud:latest
Expand Down

0 comments on commit 1632e00

Please sign in to comment.